Usage:
	
	snd2mid.com devices files
	

Devices:

	Specifies which device(s) to export into the MIDI file. Possible devices include:
		
		m - Roland (MT-32, MT-100, CM-32L CM-64, LAPC-I)
		i - Yamaha (FB-01, IBM PC Music Feature)
		a - OPL2 (AdLib, Sound Blaster)
		c - Casio (CSM-1, MT-540)
		h - General MIDI
		t - 3 Voice (Tandy, PCjr)
		s - PC Speaker
		* - All
		
		
Files:
	
	Specifies which file(s) to export into MIDI format. Wildcards are supported.
	

Examples:

	To output the AdLib audio for a particular file, type the following:
	
		snd2mid a sound.001
		
	A 1.mid file will be generated.

	To output the Roland audio for all the songs in the directory, type the following:
	
	    snd2mid m sound.*
		
	Several midi files will be generated.
	
	To output the AdLib and Roland audio for a single song, type the following:
	
		snd2midi am sound.012
		
	A 12.mid file will be generated.
	
	To output all of the audio types for every song, do the following:
	
		snd2mid * sound.*
	
	Several midi files will be generated.

	
	
